Readme     
===============================================================================================

Name:		PredatorAddon2
Author:		INIQUITOUS & ProZak
Filename:	PredatorAddon2.zip
Release Date:	06/12/06
Credits:	QX9 for porting the Heavy Predator to UT2004. 
		
Description:
===============================================================================================
This mutator adds the following monsters for invasion:

Predator "Armed"
Predator "Armed Unmasked"
Predator "Armed Hunter"
Predator "Armed Killer"


Required Files:
===============================================================================================
You need to have the following installed to play/run this mutator/Addon on your server.

Heavy Predator - available at 
http://unrealtournament2004.filefront.com/file/Heavy_Predator;37736

SatoreMonsterpackv120 - available at 
http://hp.vector.co.jp/authors/VA026071/

and/or 

Monster Manager 1.8 - available at http://www.ataricommunity.com/forums/showthread.php?t=457137&highlight=monster+manager



 Installation 
===============================================================================================

- Unzip PredatorAddon2.zip 
	
	Place PredatorAddon2.u in your UT2004 "System" directory.
	Place PredtexINI.utx in your UT2004 "Textures" directory.

NOTE! If you have installed the first PredatorAddon you will be asked to if  you want to overwrite the sounds and texture file, they use the same packages so just say ok.

Add the following to MonsterManager.ini (in your UT2004 "System" directory)

MonsterTable=(MonsterName="[IniPro] Predator Armed",MonsterClassName="Predatoraddon2.predatorArmed",bUseMonster=True,bUseGibReduction=False)
MonsterTable=(MonsterName="[IniPro] Predator Armed Unmasked",MonsterClassName="Predatoraddon2.predatorArmedUnmasked",bUseMonster=True,bUseGibReduction=False)
MonsterTable=(MonsterName="[IniPro] Predator Armed Hunter",MonsterClassName="Predatoraddon2.predatorArmedHunter",bUseMonster=True,bUseGibReduction=False)
MonsterTable=(MonsterName="[IniPro] Predator Armed Killer",MonsterClassName="Predatoraddon2.predatorArmedKiller",bUseMonster=True,bUseGibReduction=False)

And/or

Add the following to satoreMonsterPack.ini (in your UT2004 "System" directory)

MonsterTable=(MonsterName="Predator Armed",MonsterClassName="Predatoraddon2.predatorArmed")
MonsterTable=(MonsterName="Predator Armed Unmasked",MonsterClassName="Predatoraddon2.predatorArmedUnmasked")
MonsterTable=(MonsterName="Predator Armed Hunter",MonsterClassName="Predatoraddon2.predatorArmedHunter")
MonsterTable=(MonsterName="Predator Armed Killer",MonsterClassName="Predatoraddon2.predatorArmedKiller")



To use on a server
Open the file UT2004.ini (in the system folder of UT2004) and look
for the line:

[Engine.GameEngine]
Then below that line (doent matter where) add the following lines:
ServerPackages=PredatorAddon2